How to process large files in NetLogo? [closed]
Posted
by
user65597
on Programmers
See other posts from Programmers
or by user65597
Published on 2012-09-19T09:40:25Z
Indexed on
2012/09/19
15:53 UTC
Read the original article
Hit count: 281
programming-languages
|netlogo
I am running into problems in NetLogo with large *.csv / *.txt files.
The documents can consist of about 1 million data sets and I need to read them (to eventually create a diagram based on the data).
With the most straightforward source code, my program needs about 2 minutes to process these files.
How should I approach reading such large data files faster in NetLogo? Is NetLogo even suitable for such tasks (as it seems to be designed more for teaching and learning)?
© Programmers or respective owner